home *** CD-ROM | disk | FTP | other *** search
Wrap
Hi smile, In newsgroup alt.winsock you wrote: >> I get a program named ws_ftp. Their are winsock.lib whose length is >> 1024. I load ws_ping.prj in Borlnd C++ 4.0. Compling is >> sucessful. But linking failed. Why? How to link winsock.lib or >> winsock.dll? It shows socket,sento, ,etc are undefined symbol. >> Thanks. I replied to this query before, but I have since been contacted by (Adrian Dawson ???) at ICL in the UK who suggests that your problem may be to do with the context sensitivity of the linker. He asked me to post this reply as currently he can not. I hope that this is of some help to you. -- Jim Thomas, EDS,Wavendon,Wavendon Tower,Milton Keynes,MK17 8LX,UK jim@edscom.demon.co.uk Tel: +44 908 284522 Opinions expressed are my own, and are not necessarily those of my employer. From news@bigblue.oit.unc.edu Tue Mar 15 18:57:42 1994 Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP id AA29985; Wed, 16 Mar 1994 00:28:59 -0500 Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03) id AA21114; Wed, 16 Mar 1994 00:12:12 -0500 Received: from GATEWAY by bigblue with netnews for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu) To: winsock@sunsite.unc.edu Date: 15 Mar 94 18:57:42 GMT From: mmcdowell@BIX.com (mmcdowell on BIX) Message-Id: <mmcdowell.763757862@BIX.com> Organization: Delphi Internet Services Corporation Sender: ses References: <1994Mar14.200040.22486@mixcom.mixcom.com> Subject: Re: telnet program wanted Dean Roth <Dean.Roth@mixcom.mixcom.com> writes: >I need a telnet program. >I've tried QVT, but it will not work with my laptop. QVT forces NUM_LOCK ^^^^^^^^^^^^^^^^^^^^ I just wanted to let you know that if you modify the qvtnet.ini file, you can set qvt to NOT force num-lock on. That was very frustrating for ME also. Here's what it'll look like: ; ; nl_mode ; ; Should <NumLock> key be forced ON or left alone ; nl_mode=unlock Just wanted to put my 2% of a dollar in...(grin) Mark McDowell <mmcdowell@BIX.com> From news@bigblue.oit.unc.edu Tue Mar 15 19:07:42 1994 Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP id AA29996; Wed, 16 Mar 1994 00:29:01 -0500 Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03) id AA13960; Wed, 16 Mar 1994 00:14:25 -0500 Received: from GATEWAY by bigblue with netnews for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu) To: winsock@sunsite.unc.edu Date: 15 Mar 1994 19:07:42 GMT From: fedfile@access1.digex.net (Federal Filings) Message-Id: <2m511u$sqf@news1.digex.net> Organization: Express Access Online Communications, Greenbelt, MD USA Sender: ses References: <pct.25.763447738@lyra.STANFORD.EDU> Subject: Re: SOCK_DGRAM support in WinSock : Can any one tell me if SOCK_DGRAM protocol is supported by : AND are there any WinSock suppliers that support SOCK_DGRAM? We have tested a few suppliers for this: 1) IBM TCP/IP for DOS 2.1.1 Really excellent WINSOCK implementation if you ignore their applications (like telnet). It received 100% of our UDP(DGRAM) broadcasts. What a surprise. 2) FTP PC/TCP 2.3 Misses 20-30% of broadcasts - OK, I know UDP is not guaranteed but if the IBM software can receive all of them, why can't FTP? (Note: we haven't tried the new DLL from them yet) 3) Frontier First version we had locked up, gave up after that. 4) Fusion Intermittent lockups, didn't support ODI, returned a not supported on our first WINSOCK call... 5) MS NT TCP/IP Works fine but slow. 6) Novell LWP 4.12 Didn't receive any, maybe we had a subnet mask problem or something? Incidentally we had a problem with doing a SOCK_DGRAM broadcast from NT, but Microsoft was able to resolve this as something different in the way NT works. We're having to do a setSockOpt of something to make it happen now. (hmm...) YMMV -----------------+------------------------------------------------------------- Glenn Wallace | Don't turn your back on the world. Turning your back is what glenn@fedfil.com | happens when you're busy looking the other way. fedfile@digex.net| - Ron Nasty (the Rutles) From news@bigblue.oit.unc.edu Wed Mar 16 06:21:20 1994 Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP id AA00106; Wed, 16 Mar 1994 00:29:02 -0500 Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03) id AA17226; Wed, 16 Mar 1994 00:03:30 -0500 Received: from GATEWAY by bigblue with netnews for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu) To: winsock@sunsite.unc.edu Date: Wed, 16 Mar 1994 06:21:20 GMT From: jones@cbdb1.nimh.nih.gov Message-Id: <1994Mar16.043533.12614@alw.nih.gov> Organization: National Institutes of Health Sender: ses References: <phayes.100.2D7E0E21@tamu.edu> Subject: Re: Chameleon Problem ... the future of DOS/Win TCP/IP? In article <phayes.100.2D7E0E21@tamu.edu>, <phayes@tamu.edu> writes: > > I won't recommend any TSR- or DLL-based TCP/IP stack that > doesn't lead to a VxD implementation. See this week's PCWEEK > for an excellent summary of Frontier's VxD thingy. Among other > things, a proper VxD stack should use 0K of lower memory, should > be faster than DLLs, has 32-bit code, works in a DOS window, and > will result in reduced network loads versus DLL-based setups. > Sounds great! > There seems to be a VxD implementation available as freeware in alpha and beta versions. I haven't had the time to test it yet but thought I should bring it to your attention. The following is an excerpt from the author's INSTALL.DOC: " VxDTCP - A VxD based TCP/IP Stack for Windows 3.1 - Alpha2 Jagane D Sundar %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% ****** PLEASE NOTE THE CHANGE OF NAME: ******* What was released as WINTCP alpha1 has been renamed to VxDTCP from alpha 2 onwards. Thanks to fellow-netter Warner Losh(imp@boulder.parcplace.com), I came to know that WIN/TCP is a registered trademark of Wollongong. Confident that mine is the only VxD implementation of TCP, I am calling my stack VxDTCP. So there... ************************************************************* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% VxDTCP is a winsock implementation for Windows 3.1. It uses a radically new approach in that the protocol stack is implemented as a VxD and the accompanying winsock.dll simply provides a way for applications to talk to the VxD. In addition the TCP/IP protocol layer is implemented using the industry standard Net/2 Release of UCB. All Aplha and Beta versions are free. The end product will include NFS client support and will be some form of inexpensive shareware. All Alpha, Beta testers will essentially get the software free for life including all real releases. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% FEATURES ADDED IN ALPHA 2: - DNS Support. - ODI, packet driver support. (in addition to NDIS support already present) - AsyncSelect message bugs fixed. - Some interrupt handler code pages locked in memory. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% REQUIREMENTS: Following are the requirement to install VxDTCP. 1) ***** YOU MUST BE RUNNING WINDOWS IN 386 Enhanced mode. ***** 2) You must be prepared to configure your network software by hand as BOOTP support is lacking in this release. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% FEATURES MISSING: 1) The AsyncGetXbyY routines are not yet done. Blocking versions of the same have been implemented with information taken from local files, except for hostname information, which is obtained using DNS. 2) BOOTP support for configuration is not supported. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% PERFORMANCE: The major advantage of implementing the TCP/IP Protocol stack as a VxD is speed. Although I have spent little time tuning the VxD for speed, I can already beat the performance of many commercial vendors. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% TESTED APPLICATIONS: Although VxDTCP does not come with any applications I have succesfully tested it with the following packages. WinQVT/v3.8: Telnet and ftp clients work fine. The ftp/rcp servers seem to be a little flaky. Trumpet for Winsock. Works fine. finger31: Works fine." I got my copy by anonymous ftp from Netcom ftp.netcom.com in directory /pub/jagane as the file vxdtcpa2.zip. If anyone out there has had experience with this winsock, how do you like it? Douglas W. Jones (jones@cbdb1.nimh.nih.gov) No opinions expressed or implied... but if I do they're strictly mine alone. From news@bigblue.oit.unc.edu Tue Mar 15 18:12:03 1994 Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP id AA09098; Wed, 16 Mar 1994 01:28:38 -0500 Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03) id AA05119; Wed, 16 Mar 1994 01:01:26 -0500 Received: from GATEWAY by bigblue with netnews for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu) To: winsock@sunsite.unc.edu Date: Tue, 15 Mar 1994 18:12:03 GMT From: maclennan@meena.cc.uregina.ca (Dr. Richard MacLennan) Message-Id: <1994Mar15.181203.447153@sue.cc.uregina.ca> Organization: University of Regina Sender: ses Subject: UPLOADED Winsock Applications To All Alt.Winsock Readers: I have uploaded the following Winsock applications to the CICA archive at winftp.cica.indiana.edu. They are currently in the "/uploads" dir. but I anticipate that they will be moved to the "/pub/pc/win3/winsock" directory. The last file (DIR10.ZIP) may be moved to the "/misc" dir. because it is an Internet help file, and not a Winsock application per se. Most of these applications I have gleemed from exploring around Internet, and don't seem to be widely available at the standard archive sites. Enjoy! Cheers from Canada! Richard MacLennan maclennan@meena.cc.uregina.ca BCGOPHER.ZIP, .TXT - Fast Gopher client developed by Boston College COL_12B1.ZIP, .TXT - Collage: Collaborate on graphics & music thru Internet TEKTEL1A.ZIP, .TXT - Tektronix Terminal 4100 Emulation TRMPTEL.ZIP, .TXT - Better VT100 Terminal emulation for Trumpet Winsock WINELM.ZIP, .TXT - WinElm e-mail client, with MIME (graphics) capability WINGP.ZIP, .TXT - Win GreenPages: environmental database on Internet WINPANDA.ZIP, .TXT - Integrated TCP/IP client - FTP, E-mail, Gopher & News WSATEST.ZIP, .TXT - Windows Sockets test program (handy for IP addressing) BSDCHAT.EXE, .TXT - Winsock Talk client compatible with Berkley sockets DIR10.ZIP, .TXT - RE-upload of extensive Internet help file (18K+ pages) From news@bigblue.oit.unc.edu Tue Mar 15 09:29:13 1994 Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP id AA17224; Wed, 16 Mar 1994 02:28:38 -0500 Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03) id AA17097; Wed, 16 Mar 1994 02:27:39 -0500 Received: from GATEWAY by bigblue with netnews for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu) To: winsock@sunsite.unc.edu Date: Tue, 15 Mar 1994 09:29:13 GMT From: mwetering@fac.fbk.eur.nl (Michael W. van Wetering) Message-Id: <mwetering.272.2D857FE9@fac.fbk.eur.nl> Organization: Erasmus University Rotterdam / FBK - BIT Sender: ses References: <csvghb.43.2D7DC0CC@ns.ac.edu>, <sxjcb.86.001075FF@alaska.edu>, <2m381q$q11@nuscc.nus.sg> Subject: Re: Oracle SQL*Net and Trumpet Winsock In article <2m381q$q11@nuscc.nus.sg> ccessl@leonis.nus.sg (Stacy Seah) writes: >From: ccessl@leonis.nus.sg (Stacy Seah) >Subject: Re: Oracle SQL*Net and Trumpet Winsock >Date: 15 Mar 1994 02:54:50 GMT >I tried the same thing. Doesn't work. >According to the Oracle local support, it's a Corporate decision >that they will not support public domain TCP/IP stacks such as Trumpet. >Although Oracle said SQL*Net is Winsock compliant, it'll only run on the >5 TCP/IP stacks listed in the SQL*Net installation manual. *sigh* I have v1.1 of SQL*Net TCP/IP for windows and it works fine with the trumpet winsock (using the generic winsock driver, see the manuals). >Can u keep me posted if u do find something ? I'll like to get this >working too. Email me if you have questions Michael \ / (o o) ===================oOO=(-)=OOo======================================== Michael W. van Wetering, Erasmus University Rotterdam Scientific Software Analyst, Computergroup (FBK/BIT) Mail : mwetering@fac.fbk.eur.nl X400 : C=NL;A=400NET;P=SURF;O=EUR;OU1=FBK;OU2=STAFF;S=Wetering; G=Michael;I=MW; From news@bigblue.oit.unc.edu Tue Mar 15 09:27:00 1994 Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP id AA17243; Wed, 16 Mar 1994 02:28:49 -0500 Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03) id AA17096; Wed, 16 Mar 1994 02:27:38 -0500 Received: from GATEWAY by bigblue with netnews for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu) To: winsock@sunsite.unc.edu Date: Tue, 15 Mar 1994 09:27:00 GMT From: mwetering@fac.fbk.eur.nl (Michael W. van Wetering) Message-Id: <mwetering.271.2D857F64@fac.fbk.eur.nl> Organization: Erasmus University Rotterdam / FBK - BIT Sender: ses References: <csvghb.43.2D7DC0CC@ns.ac.edu>, <sxjcb.86.001075FF@alaska.edu>, <Todd.Young.106.2D84B2EA@stpaul.ncr.com> Subject: Re: Oracle SQL*Net and Trumpet Winsock In article <Todd.Young.106.2D84B2EA@stpaul.ncr.com> Todd.Young@stpaul.ncr.com (Todd Young) writes: >From: Todd.Young@stpaul.ncr.com (Todd Young) >Subject: Re: Oracle SQL*Net and Trumpet Winsock >Date: Mon, 14 Mar 1994 18:54:34 GMT >Oracles SQLNET for DOS as well as the Windows Version, both require >a complete TCP kernel installed. True for DOS, for windows I disagree, the trumpet winsock can run on the packet driver, no separate TCP/IP stack needed. SQL*Net works fine with the trumpet winsock (use the generic winsock driver). >I tried running the Trumpet kernel with it and it Croaked big time. >I am not blaming Trumpet for this, I think SQLNET it a 'Technically >Challenged' product. It needs a total re-design to run well with >Windows, and this has not been done. We have it working quite reliably using ODAPI, ODBC and native Oracle connections, sounds like the problem might be something else, do all other winsock apps run smoothly? We're using token ring based IPX and ipxpkt with winpkt to tunnel TCP/IP and peter tattums trumpet winsock works fine, in fact better than all commercial implementations we've tried sofar... :-) Michael \ / (o o) ===================oOO=(-)=OOo======================================== Michael W. van Wetering, Erasmus University Rotterdam Scientific Software Analyst, Computergroup (FBK/BIT) Mail : mwetering@fac.fbk.eur.nl X400 : C=NL;A=400NET;P=SURF;O=EUR;OU1=FBK;OU2=STAFF;S=Wetering; G=Michael;I=MW; From news@bigblue.oit.unc.edu Tue Mar 15 20:44:34 1994 Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP id AA27428; Wed, 16 Mar 1994 03:58:37 -0500 Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03) id AA25304; Wed, 16 Mar 1994 03:44:51 -0500 Received: from GATEWAY by bigblue with netnews for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu) To: winsock@sunsite.unc.edu Date: 15 Mar 1994 20:44:34 GMT From: zog@uiuc.edu Message-Id: <2m56ni$nos@vixen.cso.uiuc.edu> Organization: University of Illinois Sender: ses Reply-To: zog@uiuc.edu Subject: MOSAIC NEWSGROUP! The University of Illinois has setup a newsgroup devoted specifically to Mosaic related topics. We are in the process of creating FAQ's for machine specific versions, http server sites, Add-on products available, FTP sites, and general Mosaic frequently asked questions. Any help at this point would be GREATLY appreciated. Winsock newgroup readers have a lot of knowledge which could be shared by unknowing Mosaic users out there. So, please send any questions, answers, and comments to: uiuc.sw.mosaic Alex Zoghlin zog@uiuc.edu From news@bigblue.oit.unc.edu Wed Mar 16 03:58:39 1994 Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP id AA27435; Wed, 16 Mar 1994 03:58:39 -0500 Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03) id AA17371; Wed, 16 Mar 1994 03:46:25 -0500 Received: from GATEWAY by bigblue with netnews for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu) To: winsock@sunsite.unc.edu Date: Tue, 15 Mar 1994 15:46:58 UNDEFINED From: arg2@po.cwru.edu (Sargon) Message-Id: <arg2.10.02369DB4@po.cwru.edu> Organization: Sargon Industries Sender: ses Subject: Dogfight i just got a program called dogfight (although dog.exe is the executable) and it says its a flight sim. with head to head capabilities via. the internet with ip address. it says todo this you need to put these address in your tcpip ini file. has anyone gotten this prg. to work? how do you get it to work in 1 player mode? where do you edit the tcpip stuff so its netable? etc... if anyone knows anything i would aperciate it if you could inform me. thanks in advance -Sargon Ftp for windows and winsock files arg2@po.cwru.edu 'b61503.student.cwru.edu' "The only perfect science is hindsight." From news@bigblue.oit.unc.edu Tue Mar 15 19:39:31 1994 Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP id AA00758; Wed, 16 Mar 1994 04:28:38 -0500 Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03) id AA31076; Wed, 16 Mar 1994 04:04:55 -0500 Received: from GATEWAY by bigblue with netnews for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu) To: winsock@sunsite.unc.edu Date: 15 Mar 1994 19:39:31 GMT From: axa12@po.CWRU.Edu (Ashok Aiyar) Message-Id: <2m52tj$2c6@usenet.INS.CWRU.Edu> Organization: Case Western Reserve University, Cleveland, OH (USA) Sender: ses References: <2m4mem$c52@news.mcs.kent.edu> Reply-To: axa12@po.CWRU.Edu (Ashok Aiyar) Subject: Re: Qvt/Trumpet wsk problems In a previous article, Dennis Sutherland () says: >We are having problems with our Qvtnet and/or Trumpet winsock.dll. >We have had relatively little trouble with it until we upgraded >Qvtnet to version 3.97. At that point we started seeing strange problems: > [.. deleted ..] >All of this was weird, but it got weirder. Assuming that 3.97 >was just buggy, I reinstalled 3.96. The problems remained. I >reinstalled twsk10a. The problems remained. >I am sure that I am missing something, but I don't know where it is. > Did you delete the entire 3.97 distribution before reinstalling 3.96? And are you using exactly the same version of 3.96 as you initially were. 3.96 went from 3.96 upto 3.96.4 Later, Ashok -- Ashok Aiyar tel: (216) 368-3300 Department of Biochemistry fax: (216) 368-4544 CWRU School of Medicine ashok@biochemistry.cwru.edu From news@bigblue.oit.unc.edu Tue Mar 15 22:53:17 1994 Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP id AA03284; Wed, 16 Mar 1994 04:58:38 -0500 Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03) id AA24307; Wed, 16 Mar 1994 04:32:14 -0500 Received: from GATEWAY by bigblue with netnews for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu) To: winsock@sunsite.unc.edu Date: 15 Mar 1994 22:53:17 GMT From: eapu290@rigel.oac.uci.edu (Nanda G. Kutty) Message-Id: <2m5e8t$n2d@news.service.uci.edu> Organization: University of California, Irvine Sender: ses Subject: Transfer rate... OK. I get about a 1.4Kbs transfer rate using the ftp client on winapps.zip. I have an Intel 14.4 modem and I run winsock off a school SLIP connection. Will Van Jacobsen's cslip really help ?? If so where the heck is it ??? Ive tried Veronica and Archie and I get zilch. Let me know if there's anything else thatll speed up my transfers. Thanks nanda _ _ | || | | || |_ _ " We have just enough | __ | | | religion to make us hate, / __||_|_| but not enough to make us \/ / love one another. " \_____/ - Jonathan Swift Nanda Kutty eapu290@orion.oac.uci.edu University of California, Irvine